#quoteIcon{
    width:100%;
    height:100%;
    background-size:100%;
    background-repeat: no-repeat;
    background-image: url("/resources/shared/components/Citation/images/citation-circle-solid-purple.png");
}
#citationButton:hover #quoteIcon, #citationButton:focus #quoteIcon{
    background-image: url("/resources/shared/components/Citation/images/citation-circle-purple.png");
}

#citethispagespan{
    background-color: #660066;
}
